VSCode extentions
from vscode
Git
Gitlens の extention いれている
Protobuf
いくつかありそう?
pbkit - Protobuf toolkit for modern web development
新しい
これ使ってみている
zxh0/vscode-proto3: vscode extension for proto3
一番ダウンロードされている?
Buf - Visual Studio Marketplace
機能が少ない
ESLint
OnSave で eslint fix を走らせるには
https://github.com/microsoft/vscode-eslint#settings-options
editor.codeActionsOnSave (@since 2.0.0): this setting now supports an entry source.fixAll.eslint. If set to true all auto-fixable ESLint errors from all plugins will be fixed on save.
したがって、以下のように vscode の config に記載すれば ok
code:setting.json
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
eslint plugin が prettier の警告も出してくれちゃうのはなぜなのか?
Prettier
Prettier - Code formatter - Visual Studio Marketplace
prisma
Prisma - Visual Studio Marketplace
mermaid
TODO系
Todo Tree - Visual Studio Marketplace
これがサイドパネルで表示してくれるので良さそう
TODO Highlight - Visual Studio Marketplace
いちいち list command を叩かないといけなくていまいち?
GitHub
https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github
SSH Client
Remote - SSH
Connect over SSH with Visual Studio Code
Spell check
Code Spell Checker
VSCode用スペルチェッカー「Code Spell Checker」で特定接頭語を無視する方法 - 動かざることバグの如し
Vim
Vim - Visual Studio Marketplace
以下を実行した
code:shell
defaults write com.microsoft.VSCode ApplePressAndHoldEnabled -bool false